projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c4c795
)
Also install etc/compilation.txt and chown/chmod it
author
Daniel Pfeiffer
<occitan@esperanto.org>
Tue, 13 Apr 2004 19:08:31 +0000
(19:08 +0000)
committer
Daniel Pfeiffer
<occitan@esperanto.org>
Tue, 13 Apr 2004 19:08:31 +0000
(19:08 +0000)
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index 8c658ee891557fc2d6e07c8215102558fd8b6fcd..97d9a2a1079ed808f46309932442073ecaf91d25 100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-447,7
+447,9
@@
install-arch-indep: mkdir info
echo "Copying etc/DOC-* to ${docdir} ..." ; \
(cd ./etc; tar -chf - DOC* compilation.txt) \
|(cd ${docdir}; umask 022; tar -xvf - && cat > /dev/null) || exit 1; \
- (cd $(docdir); chown $${LOGNAME:-$$USERNAME} DOC*; chmod a+r DOC*; \
+ (cd $(docdir); \
+ chown $${LOGNAME:-$$USERNAME} DOC* compilation.txt; \
+ chmod a+r DOC* compilation.txt; \
if test "`echo DOC-*`" != "DOC-*"; then rm DOC; fi); \
else true; fi
-unset CDPATH; \